Add Copilot instructions#76
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new .github/copilot-instructions.md file to provide repository-specific guidance for Copilot/agents, including project layout, review focus, and suggested verification commands.
Changes:
- Introduces a comprehensive Copilot instructions document for repo context, code areas, and review priorities.
- Documents expected testing/linting/verifications commands aligned with CI.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Vladyslav-Kuksiuk
left a comment
There was a problem hiding this comment.
@Oleg-Melnik, LGTM, with minor comment.
However, all of this information is already mentioned in other agent-related documentation. Is this file intended to consolidate it in one place, even if it is a duplication?
| notes. Keep [`AGENTS.md`](../AGENTS.md) focused on repository-wide agent | ||
| policy. |
There was a problem hiding this comment.
Do not leave orphans.
This rule already exists in the writer skill. You can try to force the AI to this skill if, for some reason, it was not applied.
| Run focused package tests when they prove the change: | ||
|
|
||
| ```bash | ||
| go test -v ./cli -p 1 |
There was a problem hiding this comment.
After this PR merged -p 1 is redundant.
Same in other places.
|
@codex[agent] review and check every comment is addressed. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2555fa8b29
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This PR adds Copilot instructions.